func github.com/andybalholm/brotli.findAllStaticDictionaryMatches

2 uses

	github.com/andybalholm/brotli (current package)
		h10.go#L208: 		if findAllStaticDictionaryMatches(dictionary, data[cur_ix_masked:], minlen, max_length, dict_matches[0:]) {
		static_dict.go#L74: func findAllStaticDictionaryMatches(dict *encoderDictionary, data []byte, min_length uint, max_length uint, matches []uint32) bool {